home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- Echo ZIPRDZ_B.BAT To Clean up & Remove Sub_Dir Z_B and it's Sub_Dirs
- Echo ZIP2ZIP TESTING TOOL ONLY. The Other ZIP?????.BAT Files Must Be On The Path
- Echo Used manually on cmd line. Very Powerful delete program for SubDir Z_B only.
- Echo Cancel with ^C (Control C) or...
- Pause
- Call ZIP2-SDE.BAT Z_B
- IF "%FSIZE%"=="" GoTo Prog_Err
- IF "%FSIZE%"=="0" GoTo NOT_EXIST
- Cd Z_B
- Dir /p
- Echo Fixing to Zap it.. Are You Sure?
- Echo Cancel with ^C (Control C) or...
-
- Pause
-
- Attrib -h -r -s *.* /S
- PKZIP JUNK -mrp -e0
- Del JUNK.ZIP >Nul
- Cd..
- Rd Z_B
- GoTo End
-
- :NOT_EXIST
- Echo Z_B does not exist off this SubDir.
- GoTo End
-
- :PROG_ERR
- Echo Major Logic Error. Canceling
- GoTo End
- :End
- Set FSIZE=
-